ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientPastedCell Property

In This Topic
    OnClientPastedCell Property (FlexGridBase<T>)
    In This Topic
    Occurs after the user has pasted content from the clipboard into a cell.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientPastedCell As String
    public virtual string OnClientPastedCell {get; set;}
    See Also